Types of Selectors
Types of Selectors | |||
---|---|---|---|
Selectors | Simple Selector | Element Selector | Using tag name |
Class Selector | Using "class" keyword (.) | ||
ID Selector | Using "id" keyword (#) | ||
Pseudo-class Selector | For special effect (:) | ||
Multiple Selector | Using different selectors using comma | ||
Universal Selector | Using (*) for whole page | ||
Nested Selector | For nested elements using there parent's selector | ||
Attribute Selector | Selecting on the basis of common attributes |
Element Selector
This is my first paragraph.
This is my second paragraph.
Class Selector
This is my first paragraph of para-1 class.
This is my first paragraph of para-2 class.
This is my second paragraph of para-1 class.
This is my second paragraph of para-2 class.
h1-h6 Task
ID Selector
Pseudo-class Selector
Specificity (id > class > type)